services.wstunnel.servers.<name>.extraArgs
Extra command line arguments to pass to wstunnel.
Attributes of the form argName = true; will be translated to --argName,
and argName = \"value\" to --argName value.
- Type
attribute set of (string or boolean)- Default
{ }- Example
{ someNewOption = true; someNewOptionWithValue = "someValue"; }- Declared
- <nixpkgs/nixos/modules/services/networking/wstunnel.nix>